Versions:

  • 0.46.0
  • 0.45.2
  • 0.45.1
  • 0.45.0
  • 0.44.0
  • 0.42.8
  • 0.42.6
  • 0.42.1
  • 0.42.0
  • 0.41.9
  • 0.41.0
  • 0.40.0
  • 0.39.0
  • 0.38.1
  • 0.38.0
  • 0.37.1
  • 0.37.0
  • 0.36.0
  • 0.35.0
  • 0.34.0
  • 0.33.0
  • 0.32.0
  • 0.31.1
  • 0.31.0
  • 0.30.4
  • 0.30.3
  • 0.30.2
  • 0.30.1
  • 0.30.0
  • 0.29.3
  • 0.29.2
  • 0.29.1
  • 0.29.0
  • 0.28.2
  • 0.28.1
  • 0.28.0
  • 0.27.1
  • 0.27.0
  • 0.26.5

Momento CLI 0.46.0, released by Momento as the thirty-ninth iteration in a rapid-release cycle, is a command-line interface whose sole purpose is to expose every feature of Momento Serverless Cache without leaving the terminal. Written in Go and distributed as a single self-contained binary, the tool lets cloud developers spin up named caches, rotate API keys, and run sub-millisecond get/set/delete operations against the globally distributed, pay-per-use cache service. Typical workflows include seeding a cache during CI/CD, flushing test data between integration runs, scripting cache-aside patterns for serverless functions, and querying hit/miss metrics for capacity planning. Because the CLI speaks the same gRPC surface as the SDKs, operations executed from a laptop or a GitHub Actions runner behave identically to those issued from application code, eliminating the “it works on my machine” problem that plagues other caching layers. Authentication is handled through short-lived tokens that can be scoped to individual caches or topics, so platform teams can safely embed the binary in automation without exposing long-term credentials. The built-in --profile switch supports multiple named configurations, allowing a single script to target dev, staging, and production endpoints in one pass. Additional commands cover TTL inspection, dictionary and list collection types, and real-time topic pub/sub, making the utility equally useful for interactive debugging and bulk data migration. Packaged for Windows, macOS, and Linux, the 0.46.0 build adds ARM64 support and improves progress indicators for large file imports. The software is available for free on get.nero.com, with downloads provided via trusted Windows package sources (e.g. winget), always delivering the latest version, and supporting batch installation of multiple applications.

Tags: